From: Ian Campbell Date: Mon, 7 Oct 2013 16:39:53 +0000 (+0100) Subject: xenctx: fix typo in arm64 output X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6127 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=85c891961bf63943fc975b971f25fb90c25def0a;p=xen.git xenctx: fix typo in arm64 output Signed-off-by: Ian Campbell Acked-by: Julien Grall --- diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c index 1214185bd8..4b774afdd3 100644 --- a/tools/xentrace/xenctx.c +++ b/tools/xentrace/xenctx.c @@ -497,7 +497,7 @@ static void print_ctx_64(vcpu_guest_context_t *ctx) print_symbol(regs->pc64); printf("\n"); - printf("LR: %016"PRIx64"zn", regs->x30); + printf("LR: %016"PRIx64"\n", regs->x30); printf("ELR_EL1: %016"PRIx64"\n", regs->elr_el1); printf("CPSR: %08"PRIx32"\n", regs->cpsr);